fetcher/soup: Fix gcc `-fanalyzer` warning
authorColin Walters <walters@verbum.org>
Fri, 8 Oct 2021 12:59:52 +0000 (08:59 -0400)
committerColin Walters <walters@verbum.org>
Wed, 13 Oct 2021 21:13:14 +0000 (17:13 -0400)
commit3159e04980e567a918e532e168dea89112922460
tree8e3570b8115672099cd5a19af115dc9aa6a739aa
parent520b45afdd97cab47d55aecab1407a857a7008df
fetcher/soup: Fix gcc `-fanalyzer` warning

In general, we're probably going to need to change most of our
`g_return_if_fail` to `g_assert`.  The analyzer flags that
the function can return `NULL`, but the caller isn't prepared for
this.

In practice, let's abort.
src/libostree/ostree-fetcher-soup.c